# Makefile.in generated by automake 1.9.6 from Makefile.am.
# common/Makefile.  Generated from Makefile.in by configure.

# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005  Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.



srcdir = .
top_srcdir = ..


INCLUDES = -I. -I$(srcdir) -I$(top_srcdir) -I$(top_srcdir)/includes

COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CFLAGS)
LINK = $(CC) $(CFLAGS) -o $@

libdhcp_a_SOURCES = alloc.c bpf.c comapi.c conflex.c ctrace.c discover.c \
		    dispatch.c dlpi.c dns.c ethernet.c execute.c fddi.c \
		    icmp.c inet.c lpf.c memory.c nit.c options.c packet.c \
		    parse.c print.c raw.c resolv.c socket.c tables.c tr.c \
		    tree.c upf.c heap.c

libdhcp_a_OBJECTS = alloc.$(OBJEXT) bpf.$(OBJEXT) comapi.$(OBJEXT) \
	conflex.$(OBJEXT) ctrace.$(OBJEXT) discover.$(OBJEXT) \
	dispatch.$(OBJEXT) dlpi.$(OBJEXT) dns.$(OBJEXT) \
	ethernet.$(OBJEXT) execute.$(OBJEXT) fddi.$(OBJEXT) \
	icmp.$(OBJEXT) inet.$(OBJEXT) lpf.$(OBJEXT) memory.$(OBJEXT) \
	nit.$(OBJEXT) options.$(OBJEXT) packet.$(OBJEXT) \
	parse.$(OBJEXT) print.$(OBJEXT) raw.$(OBJEXT) resolv.$(OBJEXT) \
	socket.$(OBJEXT) tables.$(OBJEXT) tr.$(OBJEXT) tree.$(OBJEXT) \
	upf.$(OBJEXT) heap.$(OBJEXT)


all:	libdhcp.a

libdhcp.a: $(libdhcp_a_OBJECTS)  
	-rm -f libdhcp.a
	$(AR) $(ARFLAGS) libdhcp.a $(libdhcp_a_OBJECTS) 
	$(RANLIB) libdhcp.a

.c.o:
	$(COMPILE) -c $<

clean: 
	-rm *.o libdhcp.a

.PHONY: all clean

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
